home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / scriptdef / Select Images from List.sd < prev    next >
INI File  |  2004-06-28  |  1KB  |  76 lines

  1. [SUBJECT]
  2. Description=Allows associating an image with an item in a list box
  3. ImageIndex=-1
  4. Folder=Graphical Effects
  5.  
  6.  
  7. [HEAD_TEXT]
  8. ;<script language="JavaScript">
  9. ;<!-- begin script
  10. ;function VersionNavigateur(Netscape, Explorer) {
  11. ;  if ((navigator.appVersion.substring(0,3) >= Netscape && navigator.appName == 'Netscape') ||      
  12. ;      (navigator.appVersion.substring(0,3) >= Explorer && navigator.appName.substring(0,9) == 'Microsoft'))
  13. ;    return true;
  14. ;else return false;
  15. ;}
  16. ;//  end script -->
  17. ;</script>
  18. ;
  19.  
  20.  
  21. [BODY_TEXT]
  22. ;<form>
  23. ;<img alt="" name="imgDepart1" src="" border="0" width="`image_width`" height="`image_height`">
  24. ;<select name="listeImg1" size="`list_size`" onChange ="if (VersionNavigateur(3.0,4.0)) imgDepart1.src=form.listeImg1.options[form.listeImg1.selectedIndex].value;">
  25. ;  <option value="`url0`">`caption0`
  26. ;
  27. #Macro place
  28. ;</select>
  29. ;</form>
  30. ;
  31.  
  32.  
  33. [MACRO_ITEM]
  34. ;  <option value="`url`">`caption`
  35.  
  36.  
  37.  
  38. [`url`]
  39. Kind=U
  40. Value=url
  41.  
  42.  
  43.  
  44. [`url0`]
  45. Kind=U
  46. Value=url0
  47.  
  48.  
  49.  
  50. [`caption`]
  51. Kind=S
  52. Value=caption
  53.  
  54.  
  55.  
  56. [`caption0`]
  57. Kind=S
  58. Value=caption0
  59.  
  60.  
  61.  
  62. [`image_width`]
  63. Kind=N
  64. Value=9
  65.  
  66.  
  67.  
  68. [`image_height`]
  69. Kind=N
  70. Value=9
  71.  
  72.  
  73. [`list_size`]
  74. Kind=N
  75. Value=3
  76.